home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adobe Graphics & Publishing SDK 1996 December
/
Adobe Graphics & Publishing SDK 1996 December.iso
/
pc
/
pm65sdk
/
sourcecode
/
includes
/
cipminfo.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-11-18
|
659b
|
32 lines
/**[f******************************************************************
* cipminfo.h -- PageMaker application information interface
* definition
*
* Copyright (c) 1996 Adobe Systems, Inc. All Rights Reserved
*
*
* ABSTRACT:
*
* USAGE:
*
* ROUTINES DEFINED:
*
* $Revision: 1.1 $
*
*
*
**f]******************************************************************/
#ifndef __CIPMINFO_H
#define __CIPMINFO_H
class CIPMInfo : public CIInterface {
public:
char *GetUserName()=0;
char *GetCompanyName()=0;
char *GetSerialNumber()=0;
char *GetVersionNumber()=0;
// PMLANGUAGE GetLanguageVersion()=0;
};
#endif